http-proxy ovoc-serv
This command configures the OVOC Services table, which lets you define an OVOC service.
Syntax
(config-network)# http-proxy (http-proxy)# ovoc-serv <Index> (ovoc-serv-<Index>)#
Command |
Description |
---|---|
Index |
Defines the table row index. |
backup-server |
Defines the address of the secondary OVOC server. |
device-interface-verify-cert {disable|enable} |
Enables the verification of the TLS certificate that is used in the incoming client connection request. |
device-login-interface |
Assigns an IP network interface (local, listening HTTP interface:port) for communication with the client. |
device-login-port |
Defines the login port of the requesting client. |
device-login-tls-context |
Assigns a TLS Context (TLS certificate) for the interface with the requesting client. |
device-scheme {http|https} |
Defines the protocol for communication with the requesting client. |
ovoc-interface |
Assigns an IP network interface (local, listening HTTP interface:port) for communication with OVOC. |
ovoc-interface-tls-context |
Assigns a TLS Context (TLS certificate) for the OVOC listening interface. |
ovoc-port |
Defines the listening port for the OVOC interface. |
ovoc-scheme {http|https} |
Defines the security scheme for the connection with OVOC. |
ovoc-verify-cert {disable|enable} |
Enables the verification of the TLS certificate that is used in the incoming connection request from OVOC. |
primary-server |
Defines the address of the primary OVOC server. |
service-name |
Defines a descriptive name, which is used when associating the row in other tables. |
Command Mode
Privileged User
Example
This example configures an OVOC service with 222.1.5.6:
(config-network)# http-proxy (http-proxy)# ovoc-serv 0 (ovoc-serv-0)# service-name OVOC-1 (ovoc-serv-0)# device-login-interface Voice (ovoc-serv-0)# device-login-port 6011 (ovoc-serv-0)# ovoc-interface Voice (ovoc-serv-0)# ovoc-port 6021 (ovoc-serv-0)# primary-server 222.1.5.6